OracleNumber Constructor(Byte[])
On this page
Initializes a new instance of the
OracleNumber structure with the specified
System.byte[] value.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal () As Byte _
) |
|
|---|
public OracleNumber(
byte[]
) |
Parameters
- value
- The System.byte[] value to be stored as an OracleNumber.
See Also